All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sjl.wrappers.FuncNegateFloat
FuncNegateFloat
is a function object designed for
creating a new object of type Float
based on
the argument object and the - operator.
Copyright © 1996 Finn Bock
Float
and use the
return value from the floatValue()
method and
the -
operator to create a new
Float
which is returned.
public FuncNegateFloat()
public Object perform(Object o)
Float
and use the
return value from the floatValue()
method and
the -
operator to create a new
Float
which is returned.
All Packages Class Hierarchy This Package Previous Next Index